-- card: 4601 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2582 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=431 top=10 right=33 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Done ----- HyperTalk script ----- on mouseUp go to first card end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=11 top=22 right=71 bottom=73 -- title width / last selected line: 0 -- icon id / first selected line: 15972 / 15972 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Attendance -- part 3 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=13 top=121 right=164 bottom=60 -- title width / last selected line: 0 -- icon id / first selected line: 8538 / 8538 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Grades -- part 4 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=176 top=135 right=181 bottom=251 -- title width / last selected line: 0 -- icon id / first selected line: 1004 / 1004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Get Assignment ----- HyperTalk script ----- on mouseUp get selection put it into cardname go to card cardname of LessonPlan end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=190 top=219 right=264 bottom=286 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go to Seating Chart -- part contents for background part 1 ----- text ----- Navigating between cards -- part contents for background part 2 ----- text ----- The attendance icon takes you to a student's attendance sheet from any card except the seating chart. While in the seating chart card, the same button will produce a prompt asking you for the student's name and will then take you to his or her attendance card. The grades button performs the analogous task as the button icon. If you have selected (hilited) an assignment on a student's grade card, then this button will take you to that assignment description in the "Lesson Plan" stack. Self-explanatory. It takes you to the first card of your stack, which is always the seating chart.